Skip to content

Conversation

yukosgiti
Copy link

image

With code like:

 this.slide.addChart(
      'line',
      [
        {
          name: 'Overall',
          labels: x.labels,
          values: x.data,
        },
        {
          name: 'Benchmark',
          labels: y.labels,
          values: y.benchmark,
          dataLabels: y.map((i) => `>>${i}<<`),
        },
        {
          name: 'Overall',
          labels: z.labels,
          values: z.overall,
          dataLabels: z.overall.map(
            (i) => `${i}, Count: ${Math.round(i * i)}`
          ),
        },
      ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant